xend: Fix dummy security_policy_dir.
authorKeir Fraser <keir@xensource.com>
Thu, 27 Sep 2007 14:22:29 +0000 (15:22 +0100)
committerKeir Fraser <keir@xensource.com>
Thu, 27 Sep 2007 14:22:29 +0000 (15:22 +0100)
commita0d123d8045fcd2acb911969cb14ee4b2e106b01
tree1431213c235fd7aec5892a43d8079b91e0216514
parentaa6e10191d82a8d3f665891bd34726049b1836a1
xend: Fix dummy security_policy_dir.

Changeset 15951:ad339d88639d split policy_dir_prefix into
security_dir_prefix and policy_dir_prefix in acm code.  I think this
needs to be reflected in the dummy module as well (otherwise we blowup
when bootloader.py tries to reference security.security_dir_prefix).
Fixed in below patch.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
tools/python/xen/util/xsm/dummy/dummy.py